home *** CD-ROM | disk | FTP | other *** search
/ Freelog 15 / FREELOG 15.ISO / BAS / Internet / Attack / readme.txt < prev   
Encoding:
Text File  |  2000-02-16  |  2.2 KB  |  46 lines

  1. Attacker 2.01
  2. -------------
  3.  
  4. Updates:
  5.  
  6. o  Bug fix: Minimize when program starts
  7. o  Bug fix: able to run with zero ports selected and then unable to stop
  8.    the program
  9. o  Reduced size of default port lists to help solve Win 9x problems
  10. o  Simple method of creating desktop and startup shortcuts added
  11. o  Program now attempts to bind to an Internet address first rather than
  12.    "any" address. If no Internet address is available it looks for the first
  13.    LAN IP. As a last resort it will bind to "any" address i.e. whatever
  14.    the operating system decides is best. The next version will automatically
  15.    switch over the an Internet address (as an option). With this current
  16.    version you'll have to remember to stop the program and restart it when
  17.    you connect to the Internet.
  18. o  Interface changes
  19.  
  20.  
  21. I spent some time chasing an apparent non-existent bug when the program
  22. was monitoring UDP ports. Netstat reports that the system is also listening
  23. on the same TCP ports. However, this seems to be normal behaviour. The program
  24. is NOT actually listening on the equivalent TCP ports, netstat just make it
  25. look like it is. I tried nc.exe and other programs and the system showed
  26. the same thing when those apps were listening on UDP ports too.
  27.  
  28. More time again was spent chasing the mysterious TCP port 139 monitoring
  29. problem. It should be possible to monitor connections on this NetBios port
  30. if the program binds to a specific interface because I thought the system
  31. bound TCP 139 to "any" address so Attacker would get the first look in.
  32. This doesn't appear to be the case on my Win 98 PC though. It ends up with
  33. 2 connections bounds to a real IP, both listening, but only the original
  34. NetBios port 139 is ever able to be reached by a remote machine. If anyone
  35. has an answer to this problem I'd be glad to hear! I may have to resort
  36. to detecting file sharing connections by some other means.
  37.  
  38. ----------------------------------------------------------------------
  39.  
  40. This software was written by Robin Keir and is distributed as freeware.
  41. I take no responsibility for any damage or problems caused by using it
  42. but I do welcome comments and suggestions.
  43.  
  44. http://members.home.com/rkeir/software.html
  45. robin@keir.net
  46.